.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.show a, body.show .transition, body.show :before, body.show img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .5;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.zoomImg:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.zoomImg:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a:hover .zoomImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

a:hover .zoomImg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-size: 12px;
    font-family: Arial, "微软雅黑";
    color: #333;
    -webkit-text-size-adjust: none;
    opacity: 0;
    background: #ececec;
}

body::-webkit-scrollbar {
    width: .06rem;
    border-radius: .06rem;
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: .06rem;
}

body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: .06rem;
}

body.show {
    opacity: 1;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #32a46d;
    outline: none;
}

li {
    list-style: outside none;
}

li { list-style-type: none; }

h1 {
    font-size: 16px;
}

h2, h3, h4, h5 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

textarea, input {
    background: transparent;
    font-size: 12px;
    font-family: Arial, "微软雅黑";
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.wal {
    max-width: 14rem;
    margin: 0 auto;
}

.gov {
    position: absolute;
    top: 18px;
    left: 4rem;
    line-height: .6rem;
    color: #fff;
}


.gov {
    max-width: 14rem;
    margin: 0 auto;
}

.landscape-tips {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landscape-tips .ico {
    width: 1.6rem;
}

.landscape-tips .ico path {
    fill: #fff;
}

.landscape-tips p {
    text-align: center;
    color: #fff;
    font-size: .24rem;
    line-height: 1.7em;
    padding-top: .2rem;
}

@media (orientation: landscape) {
    .landscape-tips{
    opacity: 1;
    visibility: visible;
}

}

::-moz-selection {
    background: #32a46d;
    color: #fff;
}

::selection {
    background: #32a46d;
    color: #fff;
}

::-moz-selection {
    background: #32a46d;
    color: #fff;
}

::-webkit-selection {
    background: #32a46d;
    color: #fff;
}

@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/font_2640790_i0hduw50ts.woff2?t=1652864248098") format("woff2"), url("//at.alicdn.com/t/font_2640790_i0hduw50ts.woff?t=1652864248098") format("woff"), url("//at.alicdn.com/t/font_2640790_i0hduw50ts.ttf?t=1652864248098") format("truetype");
}

.iconfont {
    font-family: "iconfont";
}

@font-face {
    font-family: "微软雅黑";
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url(../images/BebasNeue.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "times";
    src: url(../images/times.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.g-head .head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 .5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.g-head .head:before {
    content: "";
    display: block;
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, .35);
}

.g-head .wal {
    height: .94rem;
    position: relative;
    max-width: 100%;
}


.g-head a.logo {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.49rem;
    background: url(../images/logo-white.png) center no-repeat;
    background-size: 100%;
}

.g-head .word {
    position: absolute;
    left: 1.7rem;
    top: 0;
    height: .94rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: .18rem;
    font-family: "微软雅黑";
    letter-spacing: .02rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.g-head .word span {
    padding-right: .12rem;
}

.g-head .search {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: .32rem;
    z-index: 5;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-head .search a {
    font-family: "iconfont";
    color: #fff;
}

.g-head .search .form {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    width: 1.45rem;
    height: .32rem;
    margin-top: -0.16rem;
    background: #dbdbdb;
    border-radius: .4rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.g-head .search .form .submit {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "iconfont";
}

.g-head .search .form .submit input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.g-head .search .form .input input::-webkit-input-placeholder {
    color: #999;
}

.g-head .search .form .input input::-moz-placeholder {
    color: #999;
}

.g-head .search .form .input input:-moz-placeholder {
    color: #999;
}

.g-head .search .form .input input:-ms-input-placeholder {
    color: #999;
}

.g-head .search .form .input textarea::-webkit-input-placeholder {
    color: #999;
}

.g-head .search .form .input textarea::-moz-placeholder {
    color: #999;
}

.g-head .search .form .input textarea:-moz-placeholder {
    color: #999;
}

.g-head .search .form .input textarea:-ms-input-placeholder {
    color: #999;
}

.g-head .search .form .input input {
    width: 100%;
    height: .32rem;
    line-height: .32rem;
    padding-left: .34rem;
    color: #333;
    font-size: .14rem;
}

.g-head .search:hover .form {
    opacity: 1;
    visibility: visible;
}

.g-head .btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: .94rem;
    color: #fff;
}

.g-head .navA {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.g-head .navA i {
    font-family: "iconfont";
    font-style: normal;
    font-size: .2rem;
}

.g-head .g-nav {
    position: absolute;
    top: 0;
    right: 1.6rem;
}

.g-head .g-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.g-head .g-nav li {
    margin-left: .35rem;
}

.g-head .g-nav a.name {
    display: block;
    height: .94rem;
    line-height: .94rem;
    font-size: .18rem;
    position: relative;
    color: #fff;
}

.g-head .g-nav a.name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    right: 50%;
    height: 2px;
    background: #32a46d;
    opacity: 0;
}

.g-head .g-nav a.name:hover, .g-head .g-nav a.name.on {
    color: #32a46d;
}

.g-head .g-nav a.name:hover:before, .g-head .g-nav a.name.on:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.g-head.on .head {
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.g-head.on .word {
    color: #333;
}


.g-head.on .head:before {
    left: 50%;
    right: 50%;
    opacity: 0;
}

.g-head.on a.logo {
    background-image: url(../images/logo.png);
}

.g-head.on .search a, .g-head.on .btn {
    color: #333;
}

.g-head.on .search a:hover, .g-head.on .btn:hover {
    color: #32a46d;
}

.g-head.on .g-nav a.name {
    color: #333;
}

@media screen and (min-width: 800px) {
    .g-head .wal {
        -webkit-transition: height .5s ease;
        transition: height .5s ease;
    }

    .g-head.on .wal {
        height: .68rem;
    }

    .g-head.on .btn {
        line-height: .68rem;
    }

    .g-head.on .word {
        height: .68rem;
    }

    .g-head.on .g-nav a.name {
        height: .68rem;
        line-height: .68rem;
    }

    .g-head .g-nav li {
        position: relative;
    }

    .g-head .g-nav li .list {
        position: absolute;
        left: 50%;
        top: -100vh;
        width: 1.3rem;
        background: rgba(0, 0, 0, .3);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: .15rem 0;
        opacity: 0;
        visibility: hidden;
    }

    .g-head .g-nav li .list a {
        display: block;
        text-align: center;
        font-size: .14rem;
        line-height: .36rem;
        color: #fff;
    }

    .g-head .g-nav li .list a:hover {
        background: rgba(50, 164, 109, .3);
    }

    .g-head .g-nav li:hover a.name {
        color: #32a46d;
    }

    .g-head .g-nav li:hover a.name:before {
        left: 0;
        right: 0;
        opacity: 1;
    }

    .g-head .g-nav li:hover .list {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        top: 100%;
    }
}

.g-foot {
    background: #fff;
    padding: 0 1.33rem 0 .77rem;
}

.g-foot .wal {
    height: 3.07rem;
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g-foot .wal .left {
    width: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-foot .wal .left .logo {
    width: 2.45rem;
}

.g-foot .wal .left .share {
    margin-left: .45rem;
}

.g-foot .wal .left .share .name {
    font-size: .14rem;
    color: #666;
    padding: .07rem 0 .1rem 0;
}

.g-foot .wal .left .share dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.g-foot .wal .left .share dd {
    padding-right: .2rem;
}

.g-foot .wal .left .share dd a {
    display: block;
    position: relative;
    width: .24rem;
}

.g-foot .wal .left .share dd a img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.g-foot .wal .left .share dd a:hover img:nth-child(1) {
    opacity: 0;
}

.g-foot .wal .left .share dd a:hover img:nth-child(2) {
    opacity: 1;
}

.g-foot .wal .container {
    text-align: center;
}

.g-foot .wal .container .nav {
    padding-bottom: .1rem;
}

.g-foot .wal .container .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-foot .wal .container .nav li {
    position: relative;
    font-size: .16rem;
    padding-right: .62rem;
    line-height: 1.5em;
}

.g-foot .wal .container .nav li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: .3rem;
    content: "/";
}

.g-foot .wal .container .nav li:last-child {
    padding-right: 0;
}

.g-foot .wal .container .nav li:last-child:after {
    display: none;
}

.g-foot .wal .container .msg {
    font-size: .14rem;
    line-height: .3rem;
}

.g-foot .wal .container .msg2 {
    font-size: .14rem;
    line-height: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-foot .wal .container .msg2 img {
    width: .18rem;
    margin-left: .13rem;
    margin-right: .05rem;
}

.g-foot .wal .right {
    width: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.g-foot .wal .right h5 {
    font-size: .16rem;
    line-height: .3rem;
    letter-spacing: 1px;
}

.g-foot .wal .right p {
    font-size: .14rem;
    line-height: .3rem;
    color: #999;
}

.g-foot .wal .right .img {
    width: 1.15rem;
    margin-left: .18rem;
}


.g-foot .wal .container .links {
    width: 2.6rem;
    position: relative;
    margin: 0 auto;
    padding-top: .2rem;
}

.g-foot .wal .container .links .name {
    height: .4rem;
    border: #ddd solid 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .12rem;
    font-size: .14rem;
}

.g-foot .wal .container .links .name span {
    font-family: "iconfont";
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.g-foot .wal .container .links .list {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: .4rem;
    text-align: left;
    background: #fff;
    border: #ddd solid 1px;
    border-bottom: 0;
    padding: .05rem 0;
    max-height: 1.7rem;
    overflow-y: auto;
    display: none;
}

.g-foot .wal .container .links .list::-webkit-scrollbar {
    width: .06rem;
    border-radius: .06rem;
}

.g-foot .wal .container .links .list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: .06rem;
}

.g-foot .wal .container .links .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: .06rem;
}

.g-foot .wal .container .links .list li {
    border-bottom: #eee solid 1px;
}

.g-foot .wal .container .links .list li:last-child {
    border: 0;
}

.g-foot .wal .container .links .list a {
    display: block;
    font-size: .14rem;
    line-height: .4rem;
    padding: 0 .12rem;
}

.g-foot .wal .container .links:hover .name span {
    -webkit-transform: scale(0.5) rotate(180deg);
    -ms-transform: scale(0.5) rotate(180deg);
    transform: scale(0.5) rotate(180deg);
}

.g-foot .wal .container .links:hover .list {
    display: block;
}


.Report {
    background: url(../Images/nimg1920_14.jpg) center top no-repeat;
    background-size: cover;
    min-height: 500px;
}

.Report .box {
    text-align: center;
    color: #FFF;
    padding: 210px 0 70px 0;
}

.Report .box h2 {
    font-size: 44px;
}

.Report .box .msg {
    font-size: 24px;
    padding: 15px 0 25px 0;
}

.Report .btn a {
    display: inline-block;
    width: 314px;
    height: 46px;
    line-height: 44px;
    background: #f00;
    font-size: 26px;
    color: #FFF;
    border-radius: 44px;
}

.Report .btn2 {
    padding-top: 25px;
    font-size: 16px;
}

.Report .btn2 a {
    display: inline-block;
    color: #FFF;
    font-size: 38px;
    background: url(../Images/nimg28.png) left center no-repeat;
    padding-left: 66px;
    line-height: 42px;
}

.Report .bg {
    min-height: 200px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
}

.Report .fl {
    float: left;
    width: 50%;
    padding-right: 40px;
}

.Report .fr {
    float: left;
    width: 50%;
    padding-left: 40px;
}

.Report .title {
    padding: 60px 0 12px 0;
    border-bottom: #999 solid 1px;
    font-size: 22px;
    color: #32a46d;
    margin-bottom: 25px;
}

.Report .list li {
    font-size: 14px;
    line-height: 2.2em;
    min-height: 2.2em;
    position: relative;
    color: #666;
    padding: 0 0 1em 7em;
}

.Report .list b {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #333;
}

.Report .content {
    font-size: 14px;
    line-height: 2.2em;
    color: #666;
    min-height: 0.1em;
    padding-bottom: 0.5em;
}

.Report .list2 li {
    font-size: 14px;
    line-height: 2.2em;
    min-height: 2.2em;
    position: relative;
    color: #666;
    padding: 0 0 6px 26px;
}

.Report .list2 img {
    position: absolute;
    left: 0px;
    top: 7px;
}

.Report .h10 {
    clear: both;
    height: 60px;
}

.ReportLayer {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    width: 590px;
    min-height: 690px;
    margin-left: -295px;
    margin-top: -345px;
    background: #FFF;
    padding: 30px 45px;
    display: none;
}

.ReportLayer .close {
    display: block;
    width: 61px;
    height: 61px;
    position: absolute;
    top: 0px;
    right: -70px;
    background: #008b4b;
}

.ReportLayer .close i {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../Images/nimg61.png) center no-repeat;
}

.ReportLayer .close:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.ReportLayer .title {
    font-size: 32px;
    padding-bottom: 15px;
    color: #f00;
}

.ReportLayer li {
    padding-bottom: 12px;
    min-height: 20px;
    position: relative;
}

.ReportLayer .input1 {
    height: 48px;
    line-height: 46px;
    width: 100%;
    border: #e5e5e5 solid 1px;
    font-size: 14px;
    color: #999;
    padding: 0 12px;
}

.ReportLayer .input1:focus {
    border-color: #ccc;
}

.ReportLayer textarea.input1 {
    height: 185px;
    padding: 10px 15px;
    line-height: 26px;
}

.ReportLayer li .a1 {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 46px;
    line-height: 46px;
    width: 190px;
    text-align: center;
    background: #ececec;
    font-size: 14px;
    color: #999;
}

.ReportLayer .btn {
    height: 46px;
    background: #f00;
    position: relative;
    padding: 0 15px;
    margin: 10px 0;
}

.ReportLayer .btn1 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 46px;
    font-size: 14px;
    text-align: left;
    background: url(../Images/img32_2on.png) right center no-repeat;
    color: #FFF;
}

.ReportLayer .btn:hover {
    background: #008b4b;
}

.ReportLayer .tips {
    font-size: 14px;
    color: #999;
    background: url(../Images/img12_1.png) left center no-repeat;
    padding: 10px 18px;
}

.headD {
    height: 80px;
}

.headDiv {
    position: fixed;
    z-index: 50;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    background: #FFF;
}

.headDiv a.btn-1 {
    display: block;
    position: absolute;
    left: 170px;
    top: 50%;
    height: 25px;
    line-height: 25px;
    padding-left: 16px;
    border-left: #ccc solid 1px;
    font-size: 16px;
    margin-top: -12px;
}

.headDiv .logo {
    position: absolute;
    left: 17px;
    top: 17px;
}

@media screen and (min-width: 1600px) {
    .g-foot {
        padding: 0 .5rem;
    }
}

.topA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    color: #dcdcdc;
    font-family: "iconfont";
    width: .4rem;
    height: .4rem;
    background: #fff;
    border-radius: .1rem;
    bottom: 3.6rem;
    font-size: .18rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.topA.show {
    opacity: 1;
    visibility: visible;
}

.topA:hover {
    background: #32a46d;
    color: #fff;
}

@media screen and (max-width: 800px) {
    html {
        font-size: 50px;
    }

    .wal, .wal-1200 {
        margin: 0 .6rem;
    }

    body.navShow {
        overflow: hidden;
    }

    body.navShow .g-head .head {
        background: #fff;
    }

    body.navShow .g-head a.logo {
        background-image: url(../images/logo.png);
    }

    body.navShow .g-head .search a, body.navShow .g-head .btn {
        color: #333;
    }

    body.navShow .g-head .search a:hover, body.navShow .g-head .btn:hover {
        color: #32a46d;
    }

    body.navShow .g-head a.navA {
        color: #333;
    }

    body.navShow .g-head a.navA i:nth-child(1) {
        display: none;
    }

    body.navShow .g-head a.navA i:nth-child(2) {
        display: block;
    }

    body.navShow .g-head .g-nav {
        right: 0;
        left: 0;
    }

    .g-head .head {
        padding: 0;
    }

    .g-head .head:before {
        left: 0;
        right: 0;
    }

    .g-head .wal {
        height: 1rem;
    }

    .g-head .search {
        right: 1rem;
        font-size: .26rem;
        width: .52rem;
    }

    .g-head .search .form {
        left: auto;
        right: 0;
        width: 3.2rem;
        height: .5rem;
        margin-top: -0.25rem;
    }

    .g-head .search .form .submit {
        left: auto;
        right: 0;
        width: .52rem;
    }

    .g-head .search .form .input input {
        height: .5rem;
        line-height: .5rem;
        padding-left: .2rem;
        font-size: .24rem;
    }

    .g-head .btn {
        right: .8rem;
        line-height: 1rem;
        font-size: .26rem;
        display: none;
    }

    .g-head .navA {
        right: -0.3rem;
        opacity: 1;
        visibility: visible;
        color: #fff;
    }

    .g-head .navA i {
        font-family: "iconfont";
        font-style: normal;
        font-size: .3rem;
    }

    .g-head .navA i:nth-child(2) {
        display: none;
    }

    .g-head .g-nav {
        position: fixed;
        bottom: 0;
        right: -100%;
        left: 100%;
        top: 1rem;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-top: #eee solid 1px;
    }

    .g-head .g-nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .g-head .g-nav li {
        margin-left: 0;
        width: 100%;
        border-bottom: #eee solid 1px;
    }

    .g-head .g-nav a.name {
        font-size: .3rem;
        padding-left: .5rem;
        color: #333;
    }

    .g-head .g-nav a.name:before {
        display: none;
    }

    .g-head .g-nav li.s-nav-li a.name:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .5rem;
        font-family: "iconfont";
    }

    .g-head .g-nav li.s-nav-li.open a.name:after {
        content: "";
    }

    .g-head .g-nav .list {
        border-top: #eee solid 1px;
        padding: .2rem 0 .2rem .5rem;
        display: none;
    }

    .g-head .g-nav .list dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .g-head .g-nav .list dd {
        min-width: 33.333%;
        padding-right: .3rem;
    }

    .g-head .g-nav .list a {
        display: block;
        color: #333;
        line-height: .6rem;
        font-size: .24rem;
    }

    .g-head.on .navA {
        color: #333;
    }

    .g-foot {
        padding: 0;
    }

    .g-foot .wal {
        height: 7rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .g-foot .wal .left {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .g-foot .wal .left .share .name {
        font-size: .24rem;
    }

    .g-foot .wal .left .share dd a {
        width: .32rem;
    }

    .g-foot .wal .container {
        padding: .4rem 0;
    }

    .g-foot .wal .container .nav {
        padding-bottom: .1rem;
    }

    .g-foot .wal .container .nav li {
        font-size: .26rem;
    }

    .g-foot .wal .container .msg {
        font-size: .24rem;
        line-height: .4rem;
        padding: .1rem 0 .2rem 0;
        width: 70%;
        margin: 0 auto;
    }

    .g-foot .wal .container .msg2 {
        font-size: .24rem;
        line-height: .4rem;
    }

    .g-foot .wal .container .msg2 img {
        width: .28rem;
    }

    .g-foot .wal .container .links {
        width: 2.6rem;
        position: relative;
        padding-top: .2rem;
        margin: 0 auto;
    }

    .g-foot .wal .container .links .name {
        height: .4rem;
        border: #ddd solid 1px;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: .14rem;
        padding: 0 .12rem;
    }

    .g-foot .wal .container .links .name span {
        font-family: iconfont;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .g-foot .wal .container .links .list {
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: .4rem;
        text-align: left;
        background: #fff;
        border: #ddd solid 1px;
        border-bottom: 0;
        max-height: 1.7rem;
        overflow-y: auto;
        display: none;
        padding: .05rem 0;
    }

    .g-foot .wal .container .links .list li {
        border-bottom: #eee solid 1px;
    }

    .g-foot .wal .container .links .list li:last-child {
        border: 0;
    }

    .g-foot .wal .container .links .list a {
        display: block;
        font-size: .14rem;
        line-height: .4rem;
        padding: 0 .12rem;
    }

    .g-foot .wal .container .links:hover .name span {
        -webkit-transform: scale(0.5) rotate(180deg);
        -ms-transform: scale(0.5) rotate(180deg);
        transform: scale(0.5) rotate(180deg);
    }

    .g-foot .wal .container .links:hover .list {
        display: block;
    }


    .g-foot .wal .right {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .g-foot .wal .right h5 {
        font-size: .26rem;
        line-height: .4rem;
    }

    .g-foot .wal .right p {
        font-size: .24rem;
        line-height: .4rem;
    }

    .g-foot .wal .right .img {
        width: 1.4rem;
        margin-left: .2rem;
    }

    .topA {
        width: .6rem;
        height: .6rem;
        bottom: 1.6rem;
        font-size: .24rem;
    }


    .application .list2 li {
        width: 100%;
    }

    .application .list2 h2 {
        line-height: 50px;
        font-size: 18px;
    }

    .application .list2 p {
        font-size: 13px;
        line-height: 28px;
        padding: 10px 0 15px 0;
    }

    .wal {
        margin: 0 15px;
    }

    .Report .box {
        padding: 150px 0 70px 0;
    }

    .Report .box h2 {
        font-size: 28px;
    }

    .Report .box .msg {
        font-size: 18px;
        padding: 10px 0 20px 0;
    }

    .Report .btn a {
        width: 220px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .Report .fl {
        width: 100%;
        padding-right: 0;
    }

    .Report .fr {
        width: 100%;
        padding-left: 0;
    }

    .Report .title {
        padding: 30px 0 10px 0;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .Report .list li {
        font-size: 13px;
        line-height: 2em;
        min-height: 2em;
    }

    .Report .content {
        font-size: 13px;
        line-height: 2em;
        min-height: 1em;
    }

    .Report .list2 li {
        font-size: 13px;
        line-height: 2em;
        min-height: 2em;
    }

    .Report .list2 img {
        top: 5px;
    }

    .Report .h10 {
        height: 30px;
    }

    .ReportLayer {
        left: 0px;
        top: 0px;
        width: 100%;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        margin-left: 0;
        margin-top: 0;
        padding: 15px 20px;
    }

    .ReportLayer .close {
        width: 31px;
        height: 31px;
        top: 15px;
        right: 15px;
    }

    .ReportLayer .close i {
        background-size: cover;
    }

    .ReportLayer .title {
        font-size: 22px;
    }

    .ReportLayer .input1 {
        height: 40px;
        line-height: 38px;
    }

    .ReportLayer textarea.input1 {
        height: 135px;
        line-height: 22px;
    }

    .ReportLayer li a.a1 {
        height: 38px;
        line-height: 38px;
        width: 120px;
    }


}

@media screen and (max-width: 550px) {
    .wal, .wal-1200 {
        margin: 0 .3rem;
    }

}

.ellipsis, .p-num2 li a .value, .index-news .col .list a .name, .index-news .img-list li a .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 1.6rem;
    height: .31rem;
    border: #fff solid 1px;
    color: #fff;
    border-radius: .4rem;
    font-size: .12rem;
    overflow: hidden;
}

.p-more:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    border-radius: .4rem;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.p-more em {
    position: relative;
    letter-spacing: .02rem;
}

.p-more:hover {
    color: #32a46d;
}

.p-more:hover:before {
    width: 100%;
}

.index-flash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-flash li {
    height: 8.8rem;
    overflow: hidden;
    position: relative;
}

.index-flash li .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
}

.index-flash li .wal {
    height: 8.8rem;
    position: relative;
}

.index-flash li .title {
    text-align: center;
    padding-top: 3.65rem;
    color: #fff;
    font-size: .8rem;
    line-height: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .05rem;
}

.index-flash li .title div {
    padding: 0 .35rem;
}

.index-flash li .more {
    position: absolute;
    left: 50%;
    bottom: 1.54rem;
    margin-left: -0.8rem;
}

.index-flash .dots {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-flash .dots span {
    width: .45rem;
    height: .04rem;
    border-radius: .04rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 .09rem;
}

.index-flash .dots span.swiper-pagination-bullet-active {
    background: #32a46d;
}

#page {
    min-height: 5rem;
    position: relative;
    z-index: 10;
    margin-top: -0.5rem;
    background: #fff;
    border-radius: .07rem
}


.page-foot {
    padding: .55rem 0;
    text-align: center;
}

.page-foot .content {
    font-size: .16rem;
    line-height: .3rem;
    color: #666;
}

.page-foot .more {
    padding-top: .4rem;
}

.page-foot .p-more {
    margin: 0 auto;
    background: #fff;
    height: .36rem;
    color: #666;
    border: 0;
}

.page-foot .p-more:before {
    background: #32a46d;
}

.page-foot .p-more:hover {
    color: #fff;
}

.p-title {
    text-align: center;
    padding: .65rem 0;
    color: #32a46d;
}

.p-title h2 {
    font-size: .36rem;
    line-height: 1em;
    letter-spacing: .1rem;
    padding-left: .1rem;
    font-weight: normal;
}

.p-title .en {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: .2rem;
    opacity: .3;
    text-transform: uppercase;
    font-family: "times";
}

.p-title .en em {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 .12rem 0 .18rem;
    letter-spacing: .06rem;
    font-size: .14rem;
}

.p-title .en:before, .p-title .en:after {
    display: block;
    content: "";
    width: .31rem;
    height: 1px;
    background: #32a46d;
}

.index-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 .72rem;
}

.index-news .p-title {
    width: 100%;
}

.index-news .img-list {
    width: 6.31rem;
    overflow: hidden;
    position: relative;
}

.index-news .img-list li a {
    display: block;
    position: relative;
}

.index-news .img-list li a .name {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: .18rem;
    padding: 0 1rem 0 .23rem;
    color: #fff;
    background: linear-gradient(to right,rgba(19, 105, 171, 0.8), rgba(43, 162, 59, 0.8));
    height: .6rem;
    line-height: .6rem;
}

.index-news .img-list .arrow {
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-news .img-list .arrow a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .6rem;
    width: .4rem;
    margin-left: .1rem;
    color: #fff;
    font-family: "iconfont";
    font-size: .2rem;
    opacity: .7;
}

.index-news .img-list .arrow a:hover {
    opacity: 1;
}

.index-news .img-list .num {
    position: absolute;
    z-index: 5;
    left: .23rem;
    bottom: .8rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "BebasNeue";
}

.index-news .img-list .num .line {
    width: 1px;
    height: .2rem;
    background: rgba(255, 255, 255, .6);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    margin: 0 .08rem;
}

.index-news .img-list .num .num-curr {
    font-size: .22rem;
    line-height: 1em;
    position: relative;
    top: -0.02rem;
}

.index-news .img-list .num .num-total {
    font-size: .32rem;
    line-height: 1em;
    position: relative;
    top: -0.04rem;
}

.index-news .col {
    width: 5.54rem;
}

.index-news .col .tab-btn {
    border-bottom: #ccc solid 1px;
}

.index-news .col .tab-btn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-news .col .tab-btn li {
    height: .32rem;
    font-size: .2rem;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    color: #666;
}

.index-news .col .tab-btn li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: -2px;
    height: 3px;
    background: #32a46d;
    margin-left: 0;
}

.index-news .col .tab-btn li:hover, .index-news .col .tab-btn li.on {
    color: #32a46d;
}

.index-news .col .tab-btn li:hover:before, .index-news .col .tab-btn li.on:before {
    width: .22rem;
    margin-left: -0.11rem;
}

.index-news .col .list {
    padding-top: .12rem;
}

.index-news .col .list li {
    padding-top: .17rem;
}

.index-news .col .list a {
    display: block;
    padding: 0 0 0 .1rem;
    line-height: .26rem;
    font-size: .16rem;
    position: relative;
}

.index-news .col .list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .11rem;
    width: .03rem;
    height: .03rem;
    border-radius: 50%;
    background: #333;
}

.index-news .col .list a .name {
    height: .26rem;
}

.index-news .col .list a .time {
    font-size: .14rem;
    color: #999;
}

.index-news .col .list a:hover:before {
    background: #32a46d;
}

.index-project .p-title {
    padding: 1.38rem 0 .8rem 0;
}

.index-project .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-project .btns li {
    width: 2.6rem;
}

.index-project .btns a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #666;
    font-size: .18rem;
    padding-bottom: .55rem;
}

.index-project .btns a .ico {
    width: .49rem;
    height: .49rem;
    position: relative;
}

.index-project .btns a .ico img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.index-project .btns a .name {
    line-height: 1em;
    padding: .15rem 0 .22rem .02rem;
    position: relative;
    letter-spacing: .02rem;
}

.index-project .btns a .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    width: .28rem;
    height: 1px;
    margin-left: -0.14rem;
    background: #666;
}

.index-project .btns a .en {
    font-size: .12rem;
    text-transform: uppercase;
    font-family: "times";
}

.index-project .btns a:hover, .index-project .btns a.on {
    color: #32a46d;
}

.index-project .btns a:hover .name:before, .index-project .btns a.on .name:before {
    background: #32a46d;
}

.index-project .btns a:hover .ico img:nth-child(1), .index-project .btns a.on .ico img:nth-child(1) {
    opacity: 0;
}

.index-project .btns a:hover .ico img:nth-child(2), .index-project .btns a.on .ico img:nth-child(2) {
    opacity: 1;
}

.index-project .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-project .list li {
    position: relative;
}

.index-project .list li .img img {
    width: 100%;
    height: 5rem;
}

.index-project .list li .container {
    width: 8.53rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to right,rgba(19, 105, 171, 0.8), rgba(43, 162, 59, 0.8));;
    color: #fff;
    padding: 0 1.18rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-project .list li .container .title {
    position: relative;
    font-size: .34rem;
    line-height: 1em;
    padding-bottom: .35rem;
}

.index-project .list li .container .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .5rem;
    height: 1px;
    background: #fff;
}

.index-project .list li .container .content {
    font-size: .14rem;
    line-height: .24rem;
    min-height: 2.05rem;
    padding: .5rem 0;
}

.index-project .list .dots {
    position: absolute;
    z-index: 5;
    right: 0;
    width: 5.47rem;
    bottom: .25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-project .list .dots span {
    width: .45rem;
    height: .04rem;
    border-radius: .04rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 .09rem;
}

.index-project .list .dots span.swiper-pagination-bullet-active {
    background: #32a46d;
}

.index-online-booking {
    padding: 0 .21rem 1.78rem .21rem;
}

.index-online-booking .p-title {
    padding: 1.44rem 0 .85rem 0;
}

.index-online-booking .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.04rem;
}

.index-online-booking .list li {
    width: 16.666%;
    padding-left: .04rem;
}

.index-online-booking .list .box {
    position: relative;
    height: 3.78rem;
    background: #f0f3f5;
}

.index-online-booking .list .box .name {
    padding-top: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #32a46d;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index-online-booking .list .box .name img {
    width: .52rem;
}

.index-online-booking .list .box .name div {
    font-size: .28rem;
    width: 1em;
    padding-top: .28rem;
}

.index-online-booking .list .box .en {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: .21rem;
    right: .21rem;
    padding: .22rem 0 .4rem 0;
    font-size: .14rem;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: .02rem;
    border-top: #fff solid 1px;
    font-family: "times";
}

.index-online-booking .list .box .layer {
    position: absolute;
    left: 0;
    right: 0;
    top: -0.17rem;
    bottom: -0.17rem;
    background: center no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5;
    padding-top: .56rem;
    visibility: hidden;
}

.index-online-booking .list .box .layer .name2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-online-booking .list .box .layer .name2 img {
    width: .52rem;
}

.index-online-booking .list .box .layer .name2 div {
    padding: .12rem 0 .3rem .06rem;
    color: #fff;
    font-size: .24rem;
    line-height: 1em;
    letter-spacing: .06rem;
}

.index-online-booking .list .box .layer dl {
    padding-left: .3rem;
}

.index-online-booking .list .box .layer dl a {
    display: block;
    font-size: .14rem;
    line-height: .38rem;
    color: #fff;
}

.index-online-booking .list .box:hover .name {
    padding-top: .2rem;
}

.index-online-booking .list .box:hover .layer {
    opacity: 1;
    padding-top: .36rem;
    visibility: visible;
}

.index-subsidiaries {
    background: #000;
    min-height: 6rem;
    padding: 0 .36rem .5rem .36rem;
    position: relative;
}

.index-subsidiaries .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
}

.index-subsidiaries .p-title {
    padding: .85rem 0 .95rem 0;
    color: #fff;
    position: relative;
    z-index: 5;
}

.index-subsidiaries .p-title .en:before, .index-subsidiaries .p-title .en:after {
    background: #fff;
}

.index-subsidiaries .list {
    position: relative;
    z-index: 5;
}

.index-subsidiaries .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.26rem;
}

.index-subsidiaries .list li {
    width: 16.666%;
    padding-left: .26rem;
}

.index-subsidiaries .list a {
    display: block;
    height: 2.67rem;
    position: relative;
    background: rgba(0, 0, 0, .5);
}

.index-subsidiaries .list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .06rem;
    background: #32a46d;
    opacity: 0;
}

.index-subsidiaries .list a .img {
    height: 2rem;
    position: relative;
}

.index-subsidiaries .list a .img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.index-subsidiaries .list a .name {
    text-align: center;
    color: #ccc;
    position: absolute;
    left: .1rem;
    right: .1rem;
    bottom: 0;
    min-height: .64rem;
    border-top: rgba(238, 238, 238, .4) solid 1px;
    font-size: .14rem;
    line-height: .24rem;
    padding: .1rem 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

.index-subsidiaries .list a:hover {
    background: rgba(255, 255, 255, .6);
}

.index-subsidiaries .list a:hover .img img:nth-child(1) {
    opacity: 0;
}

.index-subsidiaries .list a:hover .img img:nth-child(2) {
    opacity: 1;
}

.index-subsidiaries .list a:hover:before {
    opacity: .6;
}

.index-subsidiaries .list a:hover .name {
    color: #fff;
}

.page-banner-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.p-banner {
    position: relative;
    height: 6rem;
}

.p-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: center no-repeat;
    background-size: cover;
}

.p-banner .wal {
    height: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    padding-top: 1rem;
}

.p-banner .wal .title {
    font-size: .52rem;
    letter-spacing: .1rem;
    padding: 0 0 .04rem .1rem;
}

.p-banner .wal .en {
    letter-spacing: .04rem;
    padding-left: .04rem;
}

.about-nav {
    padding-top: .62rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: .04rem;
    background: #f0f3f5;
    padding: 0 .1rem;
    min-width: 6.03rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-nav li {
    padding: 0 .31rem;
}

.about-nav a {
    display: block;
    height: .5rem;
    line-height: .5rem;
    font-size: .16rem;
    position: relative;
}

.about-nav a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: .02rem;
    border-radius: .02rem;
    opacity: 0;
    background: #32a46d;
}

.about-nav a:hover, .about-nav a.on {
    color: #32a46d;
}

.about-nav a:hover:before, .about-nav a.on:before {
    opacity: 1;
    left: -0.06rem;
    right: -0.06rem;
}

.contact {
    max-width: 10.67rem;
    margin: 0 auto;
    padding-bottom: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact .map {
    height: 4.6rem;
    margin-bottom: .8rem;
    width: 100%;
}

.contact .container {
    width: 5.1rem;
}

.contact .container h2 {
    font-size: .31rem;
    padding-bottom: .33rem;
}

.contact .container li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .35rem;
}

.contact .container li .ico {
    width: .55rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contact .container li .col {
    padding-left: .08rem;
    width: 100%;
    line-height: .26rem;
}

.contact .container li .col .name {
    font-size: .14rem;
    color: #666;
}

.contact .container li .col p {
    font-size: .18rem;
}

.contact .container .ewm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .1rem;
}

.contact .container .ewm img {
    width: 1.13rem;
}

.contact .container .ewm p {
    text-align: center;
    padding-left: .1rem;
    font-size: .16rem;
    line-height: .26rem;
}

.contact .form {
    width: 4.97rem;
}

.contact .form li {
    margin-bottom: .24rem;
    position: relative;
    background: #f9f9f9;
}

.contact .form li:last-child {
    margin-bottom: 0;
}

.contact .form li .name {
    position: absolute;
    left: .16rem;
    line-height: .46rem;
    font-size: .14rem;
    color: #ccc;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.contact .form li .name em {
    color: #32a46d;
    padding-right: .06rem;
}

.contact .form li .input {
    position: relative;
}

.contact .form li .input input {
    height: .46rem;
    line-height: .46rem;
    padding: 0 .16rem;
    font-size: .14rem;
    width: 100%;
}

.contact .form li .input textarea {
    height: 1.38rem;
    line-height: .26rem;
    padding: .1rem .16rem;
    font-size: .14rem;
    width: 100%;
}

.contact .form li.lzm .img {
    width: .86rem;
    position: absolute;
    z-index: 5;
    top: 50%;
    right: .08rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact .form li.on .name {
    opacity: 0;
    visibility: hidden;
}

.contact .form .msg {
    padding: .2rem .06rem;
    font-size: .14rem;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact .form .msg img {
    margin-right: .09rem;
    width: .13rem;
}

.contact .form .submit {
    background: linear-gradient(to right,rgba(19, 105, 171, 1), rgba(43, 162, 59, 1));
}

.contact .form .submit input {
    width: 100%;
    height: .51rem;
    cursor: pointer;
    color: #fff;
    font-size: .2rem;
    line-height: 1em;
}

.contact-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-layer.show {
    opacity: 1;
    visibility: visible;
}

.contact-layer .container {
    border-radius: .07rem;
    background: #fff;
    width: 5.55rem;
    height: 3.87rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.contact-layer .container .close {
    font-family: "iconfont";
    position: absolute;
    top: .2rem;
    right: .2rem;
    font-size: .24rem;
    color: #666;
}

.contact-layer .container .close:hover {
    color: #32a46d;
}

.contact-layer .container .ico {
    width: 1.54rem;
}

.contact-layer .container h2 {
    color: #32a46d;
    font-size: .3rem;
    padding: .3rem 0 .24rem 0;
}

.contact-layer .container p {
    font-size: .16rem;
}

.about {
    max-width: 10.65rem;
    margin: 0 auto;
    padding-bottom: .9rem;
}

.about .video {
    max-width: 10rem;
    margin: 0 auto;
    position: relative;
}

.about .video .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/img101.png) center no-repeat;
    background-size: 1.01rem;
}

.about .title {
    text-align: center;
    font-size: .28rem;
    padding: .6rem 0 .3rem 0;
}

.about .content {
    font-size: .14rem;
    line-height: .36rem;
    text-align: justify;
}

.about .content .p {
    padding-bottom: .36rem;
    text-indent: 2em;
}

.group {
    max-width: 10.22rem;
    margin: 0 auto;
    padding-bottom: 1.2rem;
}

.group-list {
    max-width: 10.65rem;
    margin: 0 auto;
    padding-bottom: .9rem;
}

.group-list .title {
    text-align: center;
}

.group-list .title h2 {
    color: #32a46d;
    position: relative;
    font-size: .28rem;
    font-weight: 400;
    padding: 0 0 .2rem .04rem;
    letter-spacing: .04rem;
}

.group-list .title h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    width: .4rem;
    height: 1px;
    margin-left: -0.2rem;
    background: #32a46d;
}

.group-list .title .en {
    text-transform: uppercase;
    font-size: .12rem;
}

.group-list .content {
    text-indent: 2em;
    font-size: .14rem;
    line-height: .36rem;
    text-align: justify;
    padding: .25rem 0 .4rem 0;
}

.group-list .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.3rem;
}

.group-list .list li {
    width: 33.333%;
    padding: 0 0 .3rem .3rem;
}

.group-list .list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px;
    border-radius: .04rem;
    background: #f0f3f5;
}

.group-list .list a .img {
    width: 1.12rem;
    position: relative;
    background: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: .04rem 0 0 .04rem;
}

.group-list .list a .img img {
    width: 100%;
    height: .9rem;
}

.group-list .list a .img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.group-list .list a .name {
    padding: 0 .12rem;
    font-size: .14rem;
    line-height: .26rem;
}

.group-list .list a:hover {
    color: #32a46d;
}

.group-list .list a:hover .img img:nth-child(1) {
    opacity: 0;
}

.group-list .list a:hover .img img:nth-child(2) {
    opacity: 1;
}

.honor {
    max-width: 11rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1rem;
}

.honor .lines {
    position: absolute;
    left: 0;
    top: 1.75rem;
    right: 0;
    bottom: 0;
}

.honor .lines div {
    background: url(../images/bg1100.png) center top no-repeat;
    background-size: 100%;
    height: 3.25rem;
}

.honor ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 .2rem;
}

.honor li {
    width: 33.333%;
    text-align: center;
    min-height: 3.25rem;
}

.honor li .img {
    width: 3.04rem;
    margin: 0 auto;
}

.honor li .name {
    font-size: .14rem;
    line-height: .24rem;
    padding-top: .38rem;
}

.memorabilia {
    max-width: 11rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1rem;
}

.memorabilia:before {
    content: "";
    display: block;
    position: absolute;
    left: .18rem;
    top: .1rem;
    width: 1px;
    bottom: 1.5rem;
    background: #ccc;
}

.memorabilia li {
    position: relative;
    padding: 0 0 .38rem .34rem;
    line-height: .3rem;
}

.memorabilia li:before {
    content: "";
    display: block;
    position: absolute;
    left: .18rem;
    top: .1rem;
    width: 5px;
    height: 5px;
    background: #ccc;
    border: #fff solid 2px;
    border-radius: 50%;
    margin-left: -4px;
}

.memorabilia li .time {
    font-size: .16rem;
    color: #32a46d;
    font-weight: bold;
}

.memorabilia li .content {
    font-size: .14rem;
}

.news {
    max-width: 10.65rem;
    margin: 0 auto;
    padding-top: .48rem;
}

.news li {
    border-bottom: #f0f3f5 solid 1px;
}

.news a {
    padding: .3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news a .zoomImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.24rem;
}

.news a .col {
    width: 8.04rem;
    font-size: .13rem;
    color: #999;
    position: relative;
}

.news a .col .name {
    color: #333;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    font-size: .16rem;
}

.news a .col dl.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: .45rem;
    padding-top: .03rem;
}

.news a .col dl.info dd {
    margin-right: .3rem;
}

.news a .col p {
    line-height: .3rem;
}

.news a .col .more {
    color: #666;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news a:hover .col .name, .news a:hover .col .more {
    color: #32a46d;
}

.p-num {
    padding: .6rem 0 1.2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-num a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .09rem;
    width: .47rem;
    height: .43rem;
    border: #e5e5e5 solid 1px;
    font-size: .19rem;
    color: #999;
}

.p-num a:hover, .p-num a.on {
    border-color: #32a46d;
    background: #32a46d;
    color: #fff;
}

.p-num a.arrow {
    font-family: "iconfont";
    width: .9rem;
}

.news-no-data {
    padding: 1.2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-no-data img {
    width: 2.1rem;
}

.news-no-data p {
    font-size: .2rem;
    padding-top: .33rem;
    color: #666;
}

.news-show {
    max-width: 10.65rem;
    margin: 0 auto;
}

.news-show .head {
    padding-top: .68rem;
}

.news-show .head h2 {
    color: #32a46d;
    text-align: center;
    font-weight: 400;
    font-size: .32rem;
}

.news-show .head dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .3rem 0;
    font-size: .14rem;
    color: #999;
}

.news-show .head dl dd {
    padding: 0 .18rem;
}

.news-show .content {
    border-top: #d9d9d9 solid 1px;
    border-bottom: #d9d9d9 solid 1px;
    font-size: .18rem;
    line-height: 2em;
    text-align: justify;
    padding: .45rem 0;
}

.news-show .content .p {
    padding-bottom: .32rem;
    text-indent: 2em;
}

.news-show .content .img {
    text-align: center;
    padding-bottom: .32rem;
}

.news-show .content .img .name {
    padding-top: .1rem;
}

.p-num2 {
    position: relative;
    padding: .25rem 0 .3rem 0;
}

.p-num2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-num2 li {
    width: 4.14rem;
}

.p-num2 li a {
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #999;
    letter-spacing: 1px;
}

.p-num2 li a .value {
    height: .3rem;
    color: #333;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

.p-num2 li a .time {
    font-size: .13rem;
}

.p-num2 li a:hover .value {
    color: #32a46d;
}

.p-num2 .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: .38rem;
    font-size: .14rem;
    color: #999;
    width: 1rem;
    margin-left: -0.5rem;
}

.p-num2 .back .lines {
    margin-bottom: .18rem;
    width: .5rem;
    height: .27rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-num2 .back .lines i {
    width: 100%;
    height: 1px;
    background: #999;
}

.p-num2 .back:hover {
    color: #32a46d;
}

.p-num2 .back:hover .lines i {
    background: #32a46d;
}

.project-1 {
    max-width: 11rem;
    margin: 0 auto;
    padding-top: .68rem;
}

.project-1 .head {
    position: relative;
}

.project-1 .head .layer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3.56rem;
    background: rgba(34, 151, 94, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.project-1 .head .layer .ico {
    width: .48rem;
}

.project-1 .head .layer .name {
    font-size: .18rem;
    letter-spacing: .04rem;
    padding: .18rem 0 .22rem .04rem;
    position: relative;
}

.project-1 .head .layer .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    height: 1px;
    width: .28rem;
    margin-left: -0.14rem;
    background: #fff;
}

.project-1 .head .layer .en {
    font-family: "times";
    font-size: .12rem;
    letter-spacing: .02rem;
}

.project-1 .content {
    font-size: .14rem;
    line-height: .32rem;
    text-align: justify;
    text-indent: 2em;
    padding: .35rem 0 .6rem 0;
}

.project-list {
    max-width: 11rem;
    margin: 0 auto;
    padding-bottom: .6rem;
}

.project-list li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.2rem;
}

.project-list li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: .55rem;
    width: 10.45rem;
    height: 3.37rem;
    right: 0;
    background: #f0f3f5;
}

.project-list li .zoomImg {
    width: 5.25rem;
    position: relative;
}

.project-list li .col {
    width: 5.13rem;
    position: relative;
    padding-right: .4rem;
}

.project-list li .col h3 {
    line-height: .8rem;
    font-size: .3rem;
    font-weight: 400;
    color: #32a46d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-list li .col .content {
    font-size: .14rem;
    line-height: .32rem;
    text-align: justify;
    padding: .35rem 0;
    min-height: 2.15rem;
}

.project-list li .col .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.project-list li .col .btns .p-more {
    background: #fff;
    border: 0;
    width: 1.56rem;
    height: .36rem;
    color: #666;
    margin-right: .41rem;
    font-size: .14rem;
}

.project-list li .col .btns .p-more:before {
    background: linear-gradient(to right, #1369ab, #2ba23b);
}

.project-list li .col .btns .p-more:hover {
    color: #fff;
}

.project-list li .col .btns .p-more:nth-child(2) {
    width: .97rem;
}

.project-list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.project-list li:nth-child(even):before {
    left: 0;
    right: auto;
}

.project-list li:nth-child(even) .col {
    padding: 0 0 0 .4rem;
}

.project-show {
    max-width: 10.65rem;
    margin: 0 auto;
}

.project-show .title {
    text-align: center;
    color: #32a46d;
    font-size: .32rem;
    padding: .65rem 0 .3rem 0;
    border-bottom: #d9d9d9 solid 1px;
}

.project-show .content {
    font-size: .16rem;
    line-height: 2em;
    text-align: justify;
    padding: .45rem 0 .55rem 0;
}

.project-show .content .p {
    text-indent: 2em;
}

.project-show .content .img {
    padding: .2rem 0;
}

.some-scenic-spots {
    max-width: 10.65rem;
    margin: 0 auto;
    border-top: #d9d9d9 solid 1px;
}

.some-scenic-spots .title {
    padding: .65rem 0;
    text-align: center;
}

.some-scenic-spots .title h2 {
    font-size: .32rem;
    font-weight: 400;
    line-height: 1em;
    color: #32a46d;
    padding-bottom: .22rem;
    letter-spacing: .04rem;
    padding-left: .04rem;
    position: relative;
}

.some-scenic-spots .title h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    height: 1px;
    width: .4rem;
    margin-left: -0.2rem;
    background: #32a46d;
}

.some-scenic-spots .title .en {
    font-size: .12rem;
    text-transform: uppercase;
    font-family: "times";
    letter-spacing: 1px;
}

.some-scenic-spots .list {
    padding-bottom: .5rem;
}

.some-scenic-spots .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.28rem;
}

.some-scenic-spots .list li {
    width: 25%;
    padding-left: .28rem;
}

.some-scenic-spots .list li .name {
    padding: .15rem 0 .55rem 0;
    font-size: .16rem;
    text-align: center;
}

.strategy-nav {
    padding: .53rem 0 .38rem 0;
}

.strategy-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.strategy-nav li {
    padding: 0 .31rem;
}

.strategy-nav li a {
    display: block;
    text-align: center;
}

.strategy-nav li a .ico {
    border-radius: 50%;
    width: .67rem;
    height: .67rem;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #f1f2f6;
}

.strategy-nav li a .ico img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.strategy-nav li a .name {
    font-size: .14rem;
    padding-top: .15rem;
}

.strategy-nav li a:hover, .strategy-nav li .on {
    color: #32a46d;
}

.strategy-nav li a:hover .ico, .strategy-nav li .on .ico {
    background: #32a46d;
}

.strategy-nav li a:hover .ico img:nth-child(1), .strategy-nav li .on .ico img:nth-child(1) {
    opacity: 0;
}

.strategy-nav li a:hover .ico img:nth-child(2), .strategy-nav li .on .ico img:nth-child(2) {
    opacity: 1;
}

.strategy {
    max-width: 11rem;
    margin: 0 auto;
    padding-bottom: .8rem;
}

.strategy li {
    padding-bottom: .34rem;
}

.strategy li .box {
    background: #f1f2f6;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.strategy li .box dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .63rem;
    font-size: .14rem;
}

.strategy li .box dd {
    padding: 0 .33rem;
    position: relative;
}

.strategy li .box dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: .35rem;
    background: rgba(153, 153, 153, .28);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.strategy li .box dd:first-child:before {
    display: none;
}

.strategy li .box:hover {
    background: #32a46d;
    color: #fff;
}

.strategy li .box:hover dd:before {
    background: rgba(255, 255, 255, .28);
}

.strategy li .box:hover dd a {
    color: #fff;
}

.strategy-list {
    max-width: 13.17rem;
    margin: 0 auto;
}

.strategy-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.18rem;
    margin-bottom: -0.34rem;
}

.strategy-list li {
    width: 25%;
    padding: 0 0 .34rem .18rem;
}

.strategy-list a {
    display: block;
    border-radius: .05rem;
    border: #eee solid 1px;
    padding: .18rem;
    position: relative;
    top: 0;
}

.strategy-list a .name {
    font-size: .16rem;
    padding-top: .14rem;
}

.strategy-list a .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem 0 .08rem;
    color: #ccc;
    font-size: .12rem;
    line-height: 1em;
}

.strategy-list a .info em {
    padding-right: .3rem;
}

.strategy-list a .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .08rem;
}

.strategy-list a .tag dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .16rem;
    padding: 0 .05rem;
    background: #fad4d4;
    border-radius: .03rem;
    font-size: .12rem;
    color: #fff;
    margin-right: .06rem;
}

.strategy-list a .tag dd.dd_02 {
    background: #c1e3d1;
}

.strategy-list a .tag dd.dd_03 {
    background: #bbdee8;
}

.strategy-list a p {
    font-size: .13rem;
    line-height: .27rem;
    height: .81rem;
    overflow: hidden;
    color: #666;
}

.strategy-list a:hover {
    background: #f1f2f6;
    top: -0.09rem;
}

.join {
    max-width: 10.65rem;
    margin: 0 auto;
    padding-bottom: 1.2rem;
}

.join .msg {
    text-align: center;
    font-size: .16rem;
    line-height: 2em;
}

.join .list .title, .join .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.join .list .title .col-1, .join .list li .col-1 {
    padding-left: .33rem;
    width: 100%;
    text-align: left;
}

.join .list .title .col-2, .join .list .title .col-3, .join .list .title .col-4, .join .list .title .col-5, .join .list li .col-2, .join .list li .col-3, .join .list li .col-4, .join .list li .col-5 {
    width: 1.8rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.join .list .title .col-6, .join .list li .col-6 {
    width: 1.1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.join .list .title {
    padding: .6rem 0 .15rem 0;
    font-size: .16rem;
    color: #999;
}

.join .list li {
    height: .65rem;
    margin-bottom: .04rem;
    background: #f0f3f5;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: .16rem;
}

.join .list li .col-6 {
    font-family: "iconfont";
}

.join .list li:hover {
    background: #32a46d;
    color: #fff;
}

.join-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.join-layer.show {
    opacity: 1;
    visibility: visible;
}

.join-layer .container {
    background: #fff;
    width: 9.62rem;
    min-height: 6.92rem;
    position: relative;
    padding: 0 .6rem;
}

.join-layer .close {
    font-family: "iconfont";
    position: absolute;
    top: .2rem;
    right: .2rem;
    font-size: .24rem;
    color: #666;
}

.join-layer .close:hover {
    color: #32a46d;
}

.join-layer .head {
    border-bottom: #ccc solid 1px;
    line-height: .36rem;
    padding: .35rem 0 .15rem 0;
}

.join-layer .head h2 {
    font-size: .3rem;
    color: #32a46d;
}

.join-layer .head dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .18rem;
    padding-top: .05rem;
}

.join-layer .head dl dd {
    position: relative;
    padding-right: .64rem;
}

.join-layer .head dl dd:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: .32rem;
    content: "|";
    color: #999;
}

.join-layer .head dl dd:last-child:after {
    display: none;
}

.join-layer .bd {
    font-size: .14rem;
    line-height: .26rem;
    padding: .25rem 0 .35rem 0;
}

.join-layer .bd h5 {
    font-size: .14rem;
    padding-bottom: .05rem;
}

.join-layer .bd .content {
    padding-bottom: .26rem;
}

.ewm-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.ewm-layer.show {
    opacity: 1;
    visibility: visible;
}

.ewm-layer .container {
    display: flex;
    background: #fff;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    text-align: center;
    padding: .2rem;
}

@media screen and (max-width: 800px) {
    .headDiv.on {
        height: 44px;
    }

    .p-more {
        width: 2rem;
        height: .54rem;
        font-size: .24rem;
    }


    .index-flash li {
        height: 5rem;
    }

    .index-flash li .wal {
        height: 5rem;
    }

    .index-flash li .title {
        padding-top: 2rem;
        font-size: .52rem;
    }

    .index-flash li .title div {
        padding: 0 .2rem;
    }

    .index-flash li .more {
        bottom: 1.35rem;
        margin-left: -1rem;
    }

    #page {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

    .page-foot .content {
        font-size: .26rem;
        line-height: .44rem;
    }

    .page-foot .p-more {
        height: .6rem;
    }

    .p-title h2 {
        font-size: .42rem;
    }

    .p-title .en em {
        font-size: .24rem;
    }

    .p-title .en:before, .p-title .en:after {
        width: .5rem;
    }

    .index-news {
        padding: 0 .3rem;
    }

    .index-news .p-title {
        padding-bottom: .4rem;
    }

    .index-news .img-list {
        width: 100%;
    }

    .index-news .img-list li a .name {
        font-size: .28rem;
        height: .9rem;
        line-height: .9rem;
    }

    .index-news .img-list .arrow a {
        height: .9rem;
        font-size: .28rem;
    }

    .index-news .img-list .num {
        bottom: 1.2rem;
    }

    .index-news .img-list .num .line {
        height: .32rem;
    }

    .index-news .img-list .num .num-curr {
        font-size: .28rem;
    }

    .index-news .img-list .num .num-total {
        font-size: .42rem;
    }

    .index-news .col {
        width: 100%;
        padding-top: .6rem;
    }

    .index-news .col .tab-btn li {
        height: .6rem;
        font-size: .26rem;
        line-height: .32rem;
    }

    .index-news .col .tab-btn li:hover, .index-news .col .tab-btn li.on {
        font-size: .32rem;
        font-weight: bold;
    }

    .index-news .col .list {
        padding-top: .2rem;
    }

    .index-news .col .list li {
        padding-top: .2rem;
    }

    .index-news .col .list a {
        line-height: .44rem;
        font-size: .28rem;
        padding-left: .16rem;
    }

    .index-news .col .list a:before {
        top: .18rem;
        width: .04rem;
        height: .04rem;
    }

    .index-news .col .list a .name {
        height: .44rem;
    }

    .index-news .col .list a .time {
        font-size: .24rem;
    }

    .index-project .btns ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-project .btns li {
        width: 3.2rem;
    }

    .index-project .btns a {
        font-size: .28rem;
    }

    .index-project .btns a .ico {
        width: .6rem;
        height: .6rem;
    }

    .index-project .btns a .en {
        font-size: .22rem;
    }

    .index-project .list li .img img {
        height: 10rem;
    }

    .index-project .list li .container {
        width: 100%;
        bottom: 40%;
        padding: 0 .4rem;
    }

    .index-project .list li .container .content {
        font-size: .24rem;
        line-height: .44rem;
        padding: .25rem 0;
    }

    .index-project .list .dots {
        width: 100%;
        bottom: .35rem;
    }

    .index-online-booking {
        padding: 0 .21rem 1.78rem .21rem;
    }

    .index-online-booking .p-title {
        padding: 1.44rem 0 .85rem 0;
    }

    .index-online-booking .list li {
        width: 50%;
        padding-bottom: .04rem;
    }

    .index-online-booking .list .box {
        height: 4.5rem;
    }

    .index-online-booking .list .box .name {
        padding-top: 1rem;
    }

    .index-online-booking .list .box .name img {
        width: .6rem;
    }

    .index-online-booking .list .box .name div {
        font-size: .3rem;
    }

    .index-online-booking .list .box .en {
        padding: .25rem 0 .4rem 0;
        font-size: .24rem;
    }

    .index-online-booking .list .box .layer {
        top: 0;
        bottom: 0;
        padding-top: .8rem;
    }

    .index-online-booking .list .box .layer .name2 img {
        width: .6rem;
    }

    .index-online-booking .list .box .layer .name2 div {
        padding: .15rem 0 .25rem .06rem;
        font-size: .28rem;
    }

    .index-online-booking .list .box .layer dl {
        padding-left: .3rem;
    }

    .index-online-booking .list .box .layer dl a {
        font-size: .24rem;
        line-height: .44rem;
    }

    .index-subsidiaries .p-title {
        padding-bottom: .5rem;
    }

    .index-subsidiaries .list li {
        width: 50%;
        padding-bottom: .26rem;
    }

    .index-subsidiaries .list a {
        height: 3.6rem;
    }

    .index-subsidiaries .list a .img {
        height: 2.4rem;
    }

    .index-subsidiaries .list a .img img {
        width: 100%;
        height: 2.4rem;
    }

    .index-subsidiaries .list a .name {
        left: 0;
        right: 0;
        min-height: 1.2rem;
        font-size: .24rem;
        line-height: .4rem;
        padding: .2rem 0;
    }

    .p-banner {
        height: 5rem;
    }

    .p-banner .wal {
        height: 5rem;
        font-size: .32rem;
        padding-top: .8rem;
    }

    .about-nav {
        padding-top: .5rem;
        display: none;
    }

    .about-nav ul {
        padding: 0;
        min-width: 3rem;
    }

    .about-nav li {
        padding: 0 .1rem;
    }

    .about-nav a {
        height: .8rem;
        line-height: .8rem;
        font-size: .26rem;
    }

    .contact {
        margin: 0;
    }

    .contact .map {
        height: 3.6rem;
        margin-bottom: .8rem;
        width: 100%;
    }

    .contact .container {
        width: 100%;
        padding: 0 .4rem .6rem .4rem;
    }

    .contact .container h2 {
        font-size: .32rem;
    }

    .contact .container li {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contact .container li .ico {
        width: .6rem;
    }

    .contact .container li .col {
        padding-left: .2rem;
        line-height: .4rem;
    }

    .contact .container li .col .name {
        font-size: .24rem;
    }

    .contact .container li .col p {
        font-size: .26rem;
    }

    .contact .container .ewm img {
        width: 1.3rem;
    }

    .contact .container .ewm p {
        padding-left: .2rem;
        font-size: .26rem;
        line-height: .36rem;
    }

    .contact .form {
        width: 100%;
        padding: 0 .4rem;
    }

    .contact .form li .name {
        left: .24rem;
        line-height: .72rem;
        font-size: .24rem;
    }

    .contact .form li .input input {
        height: .72rem;
        line-height: .72rem;
        padding: 0 .24rem;
        font-size: .24rem;
    }

    .contact .form li .input textarea {
        height: 1.8rem;
        line-height: .32rem;
        padding: .2rem .24rem;
        font-size: .24rem;
    }

    .contact .form .msg {
        padding: .25rem .06rem;
        font-size: .24rem;
    }

    .contact .form .msg img {
        margin-right: .12rem;
        width: .18rem;
    }

    .contact .form .submit input {
        height: .8rem;
        font-size: .28rem;
    }

    .contact-layer .container {
        width: 6rem;
        height: 4.5rem;
    }

    .contact-layer .container .close {
        top: .3rem;
        right: .3rem;
        font-size: .3rem;
    }

    .contact-layer .container h2 {
        font-size: .36rem;
    }

    .contact-layer .container p {
        font-size: .24rem;
    }

    .about .title {
        font-size: .32rem;
        font-weight: bold;
    }

    .about .content {
        font-size: .26rem;
        line-height: .46rem;
        padding: 0 .4rem;
    }

    .group {
        margin: 0 .2rem;
    }

    .group-list {
        margin: 0 .4rem;
    }

    .group-list .title h2 {
        font-size: .32rem;
    }

    .group-list .title .en {
        font-size: .22rem;
    }

    .group-list .content {
        font-size: .26rem;
        line-height: .46rem;
    }

    .group-list .list li {
        width: 50%;
    }

    .group-list .list a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2px;
    }

    .group-list .list a .img {
        width: 100%;
        border-radius: .04rem .04rem 0 0;
    }

    .group-list .list a .img img {
        height: 2rem;
    }

    .group-list .list a .name {
        padding: .2rem .12rem;
        font-size: .26rem;
        line-height: .4rem;
        text-align: center;
    }

    .honor {
        margin: 0;
    }

    .honor .lines {
        display: none;
    }

    .honor li {
        width: 50%;
        text-align: center;
        min-height: 3.25rem;
    }

    .honor li .name {
        font-size: .24rem;
        line-height: .4rem;
        padding: .2rem .15rem .38rem .15rem;
    }

    .honor li .name br {
        display: none;
    }

    .memorabilia {
        margin: 0 .3rem;
    }

    .memorabilia li {
        padding: 0 0 .38rem .4rem;
        line-height: .44rem;
    }

    .memorabilia li .time {
        font-size: .28rem;
    }

    .memorabilia li .content {
        font-size: .24rem;
    }

    .news {
        margin: 0 .4rem;
    }

    .news a {
        padding: .4rem 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news a .zoomImg {
        width: 100%;
    }

    .news a .zoomImg img {
        width: 100%;
        height: 3.6rem;
    }

    .news a .col {
        width: 100%;
        font-size: .24rem;
        padding-top: .3rem;
    }

    .news a .col .name {
        font-size: .3rem;
        line-height: 1.7em;
    }

    .news a .col dl.info {
        line-height: .6rem;
    }

    .news a .col p {
        line-height: .44rem;
    }

    .news a .col .more {
        text-align: right;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .p-num a {
        margin: 0 .1rem;
        width: .66rem;
        height: .66rem;
        font-size: .28rem;
    }

    .news-no-data p {
        font-size: .26rem;
    }

    .news-show {
        margin: 0 .4rem;
    }

    .news-show .head h2 {
        font-size: .36rem;
    }

    .news-show .head dl {
        font-size: .24rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.6em;
    }

    .news-show .content {
        font-size: .32rem;
    }

    .news-show .content .img {
        line-height: 1.5em;
    }

    .p-num2 li {
        width: 100%;
        padding: .1rem 0;
    }

    .p-num2 li a {
        font-size: .26rem;
        line-height: .44rem;
    }

    .p-num2 li a .value {
        height: .44rem;
    }

    .p-num2 li a .time {
        font-size: .24rem;
    }

    .p-num2 .back {
        display: none;
    }

    .project-1 {
        margin: 0 .4rem;
    }

    .project-1 .head .img img {
        height: 3rem;
    }

    .project-1 .head .layer {
        width: 2.8rem;
    }

    .project-1 .head .layer .name {
        font-size: .28rem;
    }

    .project-1 .head .layer .en {
        font-size: .22rem;
    }

    .project-1 .content {
        font-size: .26rem;
        line-height: .44rem;
    }

    .project-list {
        margin: 0 .4rem;
    }

    .project-list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: .6rem;
    }

    .project-list li:before {
        content: "";
        display: block;
        position: absolute;
        bottom: .55rem;
        width: 10.45rem;
        height: 3.37rem;
        right: 0;
        background: #f0f3f5;
        display: none;
    }

    .project-list li .zoomImg {
        width: 100%;
    }

    .project-list li .col {
        width: 100%;
        padding: .4rem 0 0 0;
    }

    .project-list li .col h3 {
        line-height: .44rem;
        font-size: .36rem;
    }

    .project-list li .col .content {
        font-size: .24rem;
        line-height: .44rem;
        padding: .15rem 0;
        min-height: 1rem;
    }

    .project-list li .col .btns .p-more {
        border: #eee solid 1px;
        width: 2.2rem;
        height: .6rem;
        margin-right: .3rem;
        font-size: .24rem;
    }

    .project-list li .col .btns .p-more:nth-child(2) {
        width: 1.4rem;
    }

    .project-list li:nth-child(even) .col {
        padding: .4rem 0 0 0;
    }

    .project-show {
        margin: 0 .4rem;
    }

    .project-show .title {
        font-size: .36rem;
    }

    .project-show .content {
        font-size: .26rem;
    }

    .some-scenic-spots {
        margin: 0 .4rem;
    }

    .some-scenic-spots .title .en {
        font-size: .22rem;
    }

    .some-scenic-spots .list li {
        width: 50%;
    }

    .some-scenic-spots .list li .name {
        padding: .15rem 0 .55rem 0;
        font-size: .26rem;
    }

    .strategy-nav li {
        padding: 0 .25rem;
    }

    .strategy-nav li a .ico {
        width: .8rem;
        height: .8rem;
    }

    .strategy-nav li a .name {
        font-size: .24rem;
        padding-top: .15rem;
    }

    .strategy {
        margin: 0 .4rem;
    }

    .strategy li .box dl {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        font-size: .24rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .2rem 0;
        line-height: .44rem;
    }

    .strategy li .box dd {
        padding: 0 .1rem;
        width: 100%;
        text-align: center;
    }

    .strategy li .box dd:before {
        display: none;
    }

    .strategy-list {
        margin: 0 .4rem;
    }

    .strategy-list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -0.18rem;
        margin-bottom: -0.34rem;
    }

    .strategy-list li {
        width: 100%;
    }

    .strategy-list a {
        padding: .25rem;
    }

    .strategy-list a .zoomImg img {
        width: 100%;
    }

    .strategy-list a .name {
        font-size: .3rem;
        line-height: 1.7em;
    }

    .strategy-list a .info {
        padding: .1rem 0 .15rem;
        font-size: .24rem;
    }

    .strategy-list a .tag {
        padding-bottom: .15rem;
    }

    .strategy-list a .tag dd {
        height: .4rem;
        padding: 0 .12rem;
        border-radius: .05rem;
        font-size: .24rem;
        margin-right: .12rem;
    }

    .strategy-list a p {
        font-size: .24rem;
        line-height: .4rem;
        height: 1.2rem;
    }

    .join {
        margin: 0 .3rem;
    }

    .join .msg {
        font-size: .26rem;
        line-height: 1.7em;
        padding-bottom: .3rem;
    }

    .join .list .title .col-1, .join .list li .col-1 {
        padding-left: .3rem;
    }

    .join .list .title .col-2, .join .list .title .col-3, .join .list .title .col-4, .join .list .title .col-5, .join .list li .col-2, .join .list li .col-3, .join .list li .col-4, .join .list li .col-5 {
        width: 1.8rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: none;
    }

    .join .list .title .col-6, .join .list li .col-6 {
        width: .7rem;
    }

    .join .list .title {
        padding: .6rem 0 .15rem 0;
        font-size: .28rem;
        display: none;
    }

    .join .list li {
        height: .9rem;
        font-size: .26rem;
    }

    .join .list li .col-6 {
        font-size: .22rem;
    }

    .join-layer .container {
        width: 7rem;
        padding: 0 .3rem .3rem;
    }

    .join-layer .close {
        font-size: .3rem;
        top: .3rem;
        right: .3rem;
    }

    .join-layer .head {
        line-height: .4rem;
        padding: .35rem 0 .15rem 0;
    }

    .join-layer .head h2 {
        font-size: .32rem;
        padding-bottom: .06rem;
    }

    .join-layer .head dl {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .18rem;
        padding-top: .05rem;
    }

    .join-layer .head dl dd {
        font-size: .24rem;
    }

    .join-layer .bd {
        font-size: .24rem;
        line-height: .44rem;
        max-height: 50vh;
        overflow-y: auto;
        margin-right: -0.3rem;
        padding-right: .3rem;
    }

    .join-layer .bd h5 {
        font-size: .26rem;
    }
}
@media screen and (max-width:1366px)and (min-width:800px) {
	.g-head .search {
	right:0;
	font-size:.2rem;
	width:.52rem
}
.g-head .search .form {
	left:auto;
	right:0;
	width:2.4rem;
	height:.4rem;
	margin-top:-0.2rem
}
.g-head .search .form .submit {
	left:auto;
	right:0;
	width:.52rem
}
.g-head .search .form .input input {
	height:.4rem;
	line-height:.4rem;
	padding-left:.2rem;
	font-size:.14rem
}
.g-head .btn {
	display:none
}
.g-head .g-nav {
	right:1rem
}